vendor/golang.org/x/net/dns/dnsmessage.Builder.header (field)
8 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1209: header header
message.go#L1234: b.header.id, b.header.bits = h.pack()
message.go#L1307: count = &b.header.questions
message.go#L1310: count = &b.header.answers
message.go#L1313: count = &b.header.authorities
message.go#L1316: count = &b.header.additionals
message.go#L1626: b.header.pack(b.msg[b.start:b.start])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |